func runtime.gostringnocopy

9 uses

	runtime (current package)
		cgocallback.go#L12: 	panic(gostringnocopy(p))
		runtime1.go#L78: 		argslice[i] = gostringnocopy(argv_index(argv, i))
		string.go#L564: func gostringnocopy(str *byte) string {
		symtab.go#L643: 	return gostringnocopy(&md.funcnametab[nameOff])
		symtab.go#L968: 		return gostringnocopy(&datap.filetab[fileoff])
		traceback.go#L1588: 			println(gostringnocopy(arg.funcName))
		traceback.go#L1594: 			print(gostringnocopy(arg.file), ":", arg.lineno, " ")
		vdso_linux.go#L193: 			if def.vd_hash == ver.verHash && ver.version == gostringnocopy(&info.symstrings[aux.vda_name]) {
		vdso_linux.go#L220: 		if k.name != gostringnocopy(&info.symstrings[sym.st_name]) {